home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 220 / 220.xpi / chrome / flashgot.jar / content / flashgot / flashgotDMOverlayFF.xul < prev    next >
Encoding:
Extensible Markup Language  |  2010-01-24  |  1.6 KB  |  44 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3.  
  4.     FlashGot - a Firefox extension for external download managers integration
  5.     Copyright (C) 2004-2009 Giorgio Maone - g.maone@informaction.com
  6.  
  7.     This program is free software; you can redistribute it and/or modify
  8.     it under the terms of the GNU General Public License as published by
  9.     the Free Software Foundation; either version 2 of the License, or
  10.     (at your option) any later version.
  11.  
  12.     This program is distributed in the hope that it will be useful,
  13.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.     GNU General Public License for more details.
  16.  
  17.     You should have received a copy of the GNU General Public License
  18.     along with this program; if not, write to the Free Software
  19.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  20.  
  21. ***** END LICENSE BLOCK ***** -->
  22.  
  23. <overlay id="flashgotDMOverlayFF" 
  24.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  25.  
  26. <script type="application/x-javascript" src="flashgotCommon.js"/>
  27. <script type="application/x-javascript" src="flashgotDMOverlay.js"/>
  28.   
  29.   
  30.   <radiogroup id="mode" >
  31.         <vbox insertbefore="save" id="flashgotcontainer" flex="1">
  32.             <hbox flex="1">
  33.         <radio id="flashgot-dmradio" label="FlashGot" />
  34.         <menulist id="flashgot-dms" flex="1">
  35.           <menupopup id="flashgot-mp-dms">
  36.             <menuitem id="flashgot-menu-dms-removeme" label="---" />
  37.           </menupopup>
  38.         </menulist>
  39.             </hbox>
  40.         </vbox>
  41.   </radiogroup>
  42.  </overlay>
  43.  
  44.